home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / sviluppo / svilupp1 / unixlib.rdm < prev    next >
Text File  |  1997-01-18  |  1KB  |  22 lines

  1. Short:    'unix emulation' library for SAS/C
  2. Author:   David Gay dgay@di.epfl.ch, Enrico Forestieri
  3. Uploader: enrico@com.unipr.it (Enrico Forestieri)
  4. Type:     dev/c
  5. Requires: util/misc/fifolib38_2.lha, util/shell/APipe_37_7.lha
  6.  
  7. This is the unix compatibility library which I used for porting
  8. various packages (ghostscript, ghostview, xfig, xv, xdvi, tar).
  9. The library is written for SAS/C 6.55+ and provides a more unix-like
  10. environment for programs compiled with it, along with a number of C
  11. functions which I needed to compile the above programs. These are
  12. either new or replacements for similar functions in the SAS/C library
  13. (where these functions lacked some features or were buggy).
  14. The library has also support for programs using sockets, but you need
  15. also AmiTCP as it relies on bsdsocket.library to provide this
  16. functionality.
  17.  
  18. In the scc directory of this archive you can also find a front end to sc
  19. which uses a semi-unix syntax. It is very useful if you use a Makefile
  20. written for GNU make as it solves a small problem related to passing
  21. quoted arguments from GNU make to programs not using ixemul.library.
  22.